var google.golang.org/grpc/credentials.logger

4 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L38: var logger = grpclog.Component("credentials")
		tls.go#L151: 		logger.Warningf("Allowing TLS connection to server %q with ALPN disabled. TLS connections to servers with ALPN disabled will be disallowed in future grpc-go releases", cfg.ServerName)
		tls.go#L180: 		} else if logger.V(2) {
		tls.go#L181: 			logger.Info("Allowing TLS connection from client with ALPN disabled. TLS connections with ALPN disabled will be disallowed in future grpc-go releases")